CCDR: Note remote address resolution is possible#3069
Open
DanGooding wants to merge 1 commit into
Open
Conversation
6f03244 to
2882472
Compare
2882472 to
a0c3c8c
Compare
Collaborator
|
This PR includes documentation updates Updated pages: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document that cross-cluster database replication is possible even with disjoint allocation, where not every upstream server hosts the upstream database.
We consider this to be the expected default behaviour from customers, so don't want to have too much detail on how or why there is no restriction about upstream allocations, so as not to expose implementation details.
For some more context: we've just implemented remote-address-resolution for replica databases, which (similarly to backups) lets the replica select which upstream servers to pull from. Previously, the replica would fail to create/fail to pull if some upstream server didn't host the upstream database.
Part of CLUSTER-1367